home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7477 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  808 b 

  1. Path: news2.near.net!ceylon!news
  2. From: Brenda <g051286>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: hex to dec function?
  5. Date: 26 Feb 1996 18:23:17 GMT
  6. Organization: GTE Laboratories Incorporated
  7. Message-ID: <4gstqm$acb@ceylon.gte.com>
  8. References: <4gdh1b$bg@mailhost.mwmicro.com> <larry_kearney-2302960806460001@amaryllisp1.appsig.com>
  9. NNTP-Posting-Host: 138.83.161.16
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (X11; I; HP-UX A.09.05 9000/735)
  14. X-URL: news://132.197.8.2/larry_kearney-2302960806460001@amaryllisp1.appsig.com
  15.  
  16. >In article <4gdh1b$bg@mailhost.mwmicro.com>, aschlies@citynet.net wrote:
  17. >
  18. >> Hi There,
  19. >> 
  20. >> Is there a function that converts HEX to Dec in ANSI C?
  21. >> 
  22. >> Why re-invent the wheel?
  23. >> 
  24. >> Thanks
  25. >> Tony
  26.  
  27. strtol
  28.  
  29.